OCPBUGS-81640: test/ccm: upgrade ccm healthz test to use aws sdk v2#30954
OCPBUGS-81640: test/ccm: upgrade ccm healthz test to use aws sdk v2#30954tthvo wants to merge 3 commits intoopenshift:mainfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/hold Waiting on #30952 to merge and test pending 👀 |
|
/test e2e-aws-ovn-serial-1of2 e2e-aws-ovn-serial-2of2 |
|
/retitle test/ccm: upgrade ccm healthz test to use aws sdk v2 |
|
/retitle OCPBUGS-81640: test/ccm: upgrade ccm healthz test to use aws sdk v2 |
|
@tthvo: This pull request references Jira Issue OCPBUGS-81640, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tthvo: This pull request references Jira Issue OCPBUGS-81640, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-aws-csi |
|
@tthvo: This PR was included in a payload test run from openshift/installer#10453
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/5a84ead0-32d1-11f1-89ab-0cbc49c1e3fa-0 |
|
/cc @neisw @petr-muller |
|
/payload-job periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-eusc-ipi-fips-tp-f28-destructive |
|
@tthvo: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/18550280-32e5-11f1-8b58-ce360820100e-0 |
|
/test e2e-aws-ovn-serial-1of2 |
|
Sample test runs for this change (run as
From the results, the change seems OK to me. PTAL 🙏 |
|
@tthvo: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required |
|
🙈 seems legit |
|
/verified by e2e See #30954 (comment) |
|
@tthvo: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm Getting rid of EOL code. Thanks Thuan! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon, sosiouxme, tthvo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR introduces a partial upgrade of tests to use AWS SDK v2, which is required to run tests against EU Sovereign Cloud (eusc partition).
The AWS SDK v1 is already EOL and cannot resolve the correct EUSC endpoints, thus AWS SDK v2 is a must.
Important
To avoid massive changes, this only focuses on the CCM LB healthz configuration tests, which is currently the only test failing for eusc e2e.
See openshift/release#75568 (comment)